summaryrefslogtreecommitdiff
path: root/test/files/pos/t6008.flags
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2012-07-04 17:51:40 +0200
committerAdriaan Moors <adriaan.moors@epfl.ch>2012-07-05 16:26:18 +0200
commitb61b5fffb625a7db7bdd5d1c434971ecadc3791f (patch)
tree3c7703de3ed83ec25d9e91f5e8a7bba5f2dfea1a /test/files/pos/t6008.flags
parent8234ba3905b588ea40e9a6bc0b1f83c464ddf191 (diff)
downloadscala-b61b5fffb625a7db7bdd5d1c434971ecadc3791f.tar.gz
scala-b61b5fffb625a7db7bdd5d1c434971ecadc3791f.tar.bz2
scala-b61b5fffb625a7db7bdd5d1c434971ecadc3791f.zip
SI-6008 use static knowledge of success of type tests
augment the equality axioms to take into account that a type test against the static type of a variable succeeds unless the variable is null for exhaustivity we disregard null, so the type test always succeeds during unreachability we model this knowledge as the obvious implication
Diffstat (limited to 'test/files/pos/t6008.flags')
-rw-r--r--test/files/pos/t6008.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t6008.flags b/test/files/pos/t6008.flags
new file mode 100644
index 0000000000..e8fb65d50c
--- /dev/null
+++ b/test/files/pos/t6008.flags
@@ -0,0 +1 @@
+-Xfatal-warnings \ No newline at end of file