summaryrefslogtreecommitdiff
path: root/tests/language-feature/generics/generic-value-constant-folding.slang.expected.txt
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-08-24 10:56:53 -0700
committerGitHub <noreply@github.com>2022-08-24 10:56:53 -0700
commitd245c72f2a92a74ccda83f41758c1948ae5132d3 (patch)
treef036e1f2afb7febe2de9b09990bcde6c04f3bad1 /tests/language-feature/generics/generic-value-constant-folding.slang.expected.txt
parent0b808453407f8feef8574cae99afd90771712185 (diff)
Compiler time evaluation of all int and bool operators. (#2376)
* Compiler time evaluation of all int and bool operators. * Fix linux compile error. * Fix. Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/language-feature/generics/generic-value-constant-folding.slang.expected.txt')
-rw-r--r--tests/language-feature/generics/generic-value-constant-folding.slang.expected.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/language-feature/generics/generic-value-constant-folding.slang.expected.txt b/tests/language-feature/generics/generic-value-constant-folding.slang.expected.txt
index 2ba17a828..ebb66dc8d 100644
--- a/tests/language-feature/generics/generic-value-constant-folding.slang.expected.txt
+++ b/tests/language-feature/generics/generic-value-constant-folding.slang.expected.txt
@@ -1,5 +1,5 @@
type: int32_t
-68
-68
-68
-68
+17
+17
+17
+17 \ No newline at end of file