From fd28dcf07ef410aca56935496c7cf760f0064697 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 25 May 2020 13:07:26 -0700 Subject: Remove non-ascii characters from source file. --- source/core/slang-gcc-compiler-util.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/core/slang-gcc-compiler-util.cpp b/source/core/slang-gcc-compiler-util.cpp index 68f89d9e1..cea9930b5 100644 --- a/source/core/slang-gcc-compiler-util.cpp +++ b/source/core/slang-gcc-compiler-util.cpp @@ -138,11 +138,11 @@ static SlangResult _parseGCCFamilyLine(const UnownedStringSlice& line, LineParse /* example error output from different scenarios */ /* - tests/cpp-compiler/c-compile-error.c: In function ‘int main(int, char**)’: - tests/cpp-compiler/c-compile-error.c:8:13: error: ‘b’ was not declared in this scope + tests/cpp-compiler/c-compile-error.c: In function 'int main(int, char**)': + tests/cpp-compiler/c-compile-error.c:8:13: error: 'b' was not declared in this scope int a = b + c; ^ - tests/cpp-compiler/c-compile-error.c:8:17: error: ‘c’ was not declared in this scope + tests/cpp-compiler/c-compile-error.c:8:17: error: 'c' was not declared in this scope int a = b + c; ^ */ -- cgit v1.2.3