Move class completion tests into ordinal tests

This commit is contained in:
Nikolay Krasko
2013-04-08 18:18:03 +04:00
parent 8ee8ddd997
commit aeff3c783e
5 changed files with 24 additions and 49 deletions
@@ -4,6 +4,6 @@ class Test {
}
}
// RUNTIME: 1
// EXIST: Any, Nothing, Unit, Int, Number
// EXIST: Array, Math, Hashable, OutputStream
// EXIST: Array, Hashable
// EXIST_JAVA_ONLY: Math, Thread
@@ -3,6 +3,6 @@ class Test : <caret> {
}
}
// RUNTIME: 1
// EXIST: Any, Nothing, Unit, Int, Number
// EXIST: Array, Math, Hashable, OutputStream
// EXIST: Array, Hashable
// EXIST_JAVA_ONLY: Math, Thread