diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-08-15 18:38:59 -0400 |
|---|---|---|
| committer | Tim Foley <tfoleyNV@users.noreply.github.com> | 2019-08-15 15:38:59 -0700 |
| commit | 77fe3dd74446fb07dd0de31114f7033f111ef868 (patch) | |
| tree | 835044f955d4f2afc02894448864321fca3344df /tests/preprocessor/pragma-once.slang | |
| parent | 44506607215247be4bf33c1a629bf39971bc966f (diff) | |
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.
Diffstat (limited to 'tests/preprocessor/pragma-once.slang')
| -rw-r--r-- | tests/preprocessor/pragma-once.slang | 1 |
1 files changed, 1 insertions, 0 deletions
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` |
