commit | fa93b504b324784dd9a96e28e6e8f3f1b1ac456a | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Jan 21 15:44:16 2015 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Jan 21 17:03:29 2015 +0000 |
tree | 8a3e691268657db75a69c8d644e5a963abee66d6 | |
parent | 1147eeed2ffc82ac9b1405f9fb0a6cbc8560c42b [diff] [blame] |
Do not use HNot for creating !bool. HNot folds to ~, not !. Change-Id: I681f968449a2ade7110b2f316146ad16ba5da74c
diff --git a/test/443-not-bool-inline/expected.txt b/test/443-not-bool-inline/expected.txt new file mode 100644 index 0000000..3ee3849 --- /dev/null +++ b/test/443-not-bool-inline/expected.txt
@@ -0,0 +1 @@ +Hello World 2