summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorcooldome <ariabushenko@bk.ru>2018-06-12 00:28:09 +0100
committercooldome <ariabushenko@bk.ru>2018-06-12 00:28:09 +0100
commita274d77b55ad69d79c1339d5c43f17ce6bec725b (patch)
tree3384bd3db81551596d3720c42f2c935f9479f77e /tests
parent7302a8ce7a0cc566c098b29fdb73c5da3b8e6ac0 (diff)
downloadNim-a274d77b55ad69d79c1339d5c43f17ce6bec725b.tar.gz
Fixes
Diffstat (limited to 'tests')
-rw-r--r--tests/exception/texcpt1.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/exception/texcpt1.nim b/tests/exception/texcpt1.nim
index ebbb9d44f..835f3610a 100644
--- a/tests/exception/texcpt1.nim
+++ b/tests/exception/texcpt1.nim
@@ -1,6 +1,5 @@
 discard """
   outputsub: "-6"
-  targets: "c cpp"
 """
 type
   ESomething = object of Exception