summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/break-outside-loop.slang
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-04-02 09:22:13 -0400
committerGitHub <noreply@github.com>2019-04-02 09:22:13 -0400
commit2896aa39a529a00673a30ef4a9c3ebe76f401fea (patch)
tree3db2c41af598b3285c5313055d90dbf1a5cc06b6 /tests/diagnostics/break-outside-loop.slang
parentc21bffecd9da150576f62ecf8a73a1660717abe9 (diff)
Feature/test improvements (#934)
* First pass extract the test information by 'running tests'. * * Checking renderer availablilty * Using TestInfo to determine which tests are run and synthesized * Display if test is synthesized and what render api it's targetting * * Improved comments * Removed some dead code * Display ignored tests. * TestInfo -> TestRequirements * * Added DIAGNOSTIC_TEST type - test always runs (ie has no requirements). * Made diagnostic tests use DIAGNOSTIC_TEST * TestInfo -> TestRequirements * TestDetails holds TestRequirements and TestOptions * Fix debug typo.
Diffstat (limited to 'tests/diagnostics/break-outside-loop.slang')
-rw-r--r--tests/diagnostics/break-outside-loop.slang4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/diagnostics/break-outside-loop.slang b/tests/diagnostics/break-outside-loop.slang
index 0de64e2c5..28db144e8 100644
--- a/tests/diagnostics/break-outside-loop.slang
+++ b/tests/diagnostics/break-outside-loop.slang
@@ -1,5 +1,5 @@
-//TEST:SIMPLE:
-//TEST:COMMAND_LINE_SIMPLE:
+//DIAGNOSTIC_TEST:SIMPLE:
+//DIAGNOSTIC_TEST:COMMAND_LINE_SIMPLE:
// `break` where it isn't allowed