From 77fe3dd74446fb07dd0de31114f7033f111ef868 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 15 Aug 2019 18:38:59 -0400 Subject: A more convoluted #pragma once file identity test, using relative paths. (#1021) * A more convoluted #pragma once file identity test, using relative paths. * Fix bug with passing - to slang as a command line option causes a crash. Ability to set file-system to use on command line. #pragma once tests try with 'normal' and 'read-file' only versions * OSFileSystem -> OSFileSystemExt LoadFileOSFileSystem -> OSFileSystem Implemented OSFileSystem like OSFileSystemExt as as singleton. Fixes to comments. --- tests/preprocessor/pragma-once.slang | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/preprocessor/pragma-once.slang') diff --git a/tests/preprocessor/pragma-once.slang b/tests/preprocessor/pragma-once.slang index 43ddee680..ef43ea265 100644 --- a/tests/preprocessor/pragma-once.slang +++ b/tests/preprocessor/pragma-once.slang @@ -1,4 +1,5 @@ //TEST(smoke):SIMPLE: +//TEST(smoke):SIMPLE: -file-system load-file // Test support for `#pragma once` -- cgit v1.2.3