summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor
diff options
context:
space:
mode:
Diffstat (limited to 'tests/preprocessor')
-rw-r--r--tests/preprocessor/inappropriate-once.slang6
-rw-r--r--tests/preprocessor/inappropriate-once.slang.expected6
2 files changed, 0 insertions, 12 deletions
diff --git a/tests/preprocessor/inappropriate-once.slang b/tests/preprocessor/inappropriate-once.slang
deleted file mode 100644
index 6b750ec77..000000000
--- a/tests/preprocessor/inappropriate-once.slang
+++ /dev/null
@@ -1,6 +0,0 @@
-//TEST:SIMPLE:
-// #include support
-
-#pragma once
-
-int foo() { return 0; } \ No newline at end of file
diff --git a/tests/preprocessor/inappropriate-once.slang.expected b/tests/preprocessor/inappropriate-once.slang.expected
deleted file mode 100644
index 04d7f7834..000000000
--- a/tests/preprocessor/inappropriate-once.slang.expected
+++ /dev/null
@@ -1,6 +0,0 @@
-result code = 0
-standard error = {
-tests/preprocessor/inappropriate-once.slang(4): warning 15602: pragma once was ignored - this is typically because is not placed in an include
-}
-standard output = {
-}