Skip to content

Commit

Permalink
Fix __Arch for armv7l tests (dotnet/corefx#30639)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@e36e0b3
  • Loading branch information
gbalykov authored and stephentoub committed Jun 28, 2018
1 parent c056c1f commit d8c1f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ case $CPUName in
;;

armv7l)
__Arch=arm
__Arch=armel
;;

aarch64)
Expand Down

0 comments on commit d8c1f4c

Please sign in to comment.