Skip to content

Commit 04849c9

Browse files
committed
Fix typo in symbol name
1 parent d3e0b1a commit 04849c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testing_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ std::string get_platform_str() {
146146
* versions. For now, there are these two platforms with tolerance
147147
* files and we use the former with Clang on Mac and the later
148148
* otherwise. */
149-
#if defined(__clang__) && defined(__APPLE__) && defined(__arch64__)
149+
#if defined(__clang__) && defined(__APPLE__) && defined(__aarch64__)
150150
return "clang-darwin-aarch64";
151151
#elif defined(__GNUG__) && !defined(__clang__) && defined(__linux__) && defined(__x86_64__)
152152
return "gcc-linux-x86_64";

0 commit comments

Comments
 (0)