diff options
Diffstat (limited to 'tests/front-end/interface.slang')
| -rw-r--r-- | tests/front-end/interface.slang | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/front-end/interface.slang b/tests/front-end/interface.slang index 754addf61..9d5e7e6d9 100644 --- a/tests/front-end/interface.slang +++ b/tests/front-end/interface.slang @@ -1,4 +1,11 @@ -//TEST:SIMPLE: +//TEST_DISABLED:SIMPLE: + +// Note: This test is disabled because we don't currently +// have support for generating code from files that use +// interfaces as parameter types. +// +// TODO: We need to add a check for this and generate an +// error! // Confirm that basic `interface` syntax stuff type-checks. |
