Skip to content

Commit

Permalink
Fix command tests on Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
abyss7 committed Jan 21, 2016
1 parent a69bed0 commit 9247039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/command_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ TEST(CommandTest, ParseSimpleArgs) {
expected_regex.push_back(rep("-internal-externc-isystem"));
#elif defined(OS_MACOSX)
expected_regex.push_back(rep("-target-linker-version [0-9.]+"));
expected_regex.push_back(rep("-mstackrealign"));
expected_regex.push_back(rep("-pic-level [0-9]+"));
expected_regex.push_back(rep("-stack-protector [0-9]+"));
expected_regex.push_back(rep("-fblocks"));
Expand Down

0 comments on commit 9247039

Please sign in to comment.