We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scripts/test.sh
1 parent 30e51a4 commit aa40669Copy full SHA for aa40669
scripts/test.sh
@@ -12,11 +12,11 @@ run_test() {
12
13
if [[ "$OSTYPE" == "linux-gnu" ]]; then
14
run_test "basic_tests"
15
- run_test "vcalls"
16
run_test "decl_impl"
17
- run_test "forward_typedefs"
18
- run_test "impl_primary"
+ run_test "default_impl"
19
run_test "metalang99_compliant"
20
run_test "superinterfaces"
+ run_test "vcalls"
+ run_test "version"
21
run_test "extern_impl/test"
22
fi
0 commit comments