about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-02-21 17:27:53 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-02-21 17:27:53 +0100
commita5bf6d2f18841d36584c631d0dc8bc35d446c580 (patch)
tree3ecd5384abaa6431e2638d1d1c8194e2252fb1cf /scripts
parent013b3c5a7ca7f9e180d557e9243ef2e523082002 (diff)
downloadrust-a5bf6d2f18841d36584c631d0dc8bc35d446c580.tar.gz
rust-a5bf6d2f18841d36584c631d0dc8bc35d446c580.zip
Rustup to rustc 1.52.0-nightly (83b30a639 2021-02-20)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh
index 321e0af553e..f9a9fb091fb 100755
--- a/scripts/tests.sh
+++ b/scripts/tests.sh
@@ -27,13 +27,13 @@ function no_sysroot_tests() {
     $MY_RUSTC example/mini_core_hello_world.rs --crate-name mini_core_hello_world --crate-type bin -g --target "$TARGET_TRIPLE"
     $RUN_WRAPPER ./target/out/mini_core_hello_world abc bcd
     # (echo "break set -n main"; echo "run"; sleep 1; echo "si -c 10"; sleep 1; echo "frame variable") | lldb -- ./target/out/mini_core_hello_world abc bcd
+}
 
+function base_sysroot_tests() {
     echo "[AOT] arbitrary_self_types_pointers_and_wrappers"
     $MY_RUSTC example/arbitrary_self_types_pointers_and_wrappers.rs --crate-name arbitrary_self_types_pointers_and_wrappers --crate-type bin --target "$TARGET_TRIPLE"
     $RUN_WRAPPER ./target/out/arbitrary_self_types_pointers_and_wrappers
-}
 
-function base_sysroot_tests() {
     echo "[AOT] alloc_system"
     $MY_RUSTC example/alloc_system.rs --crate-type lib --target "$TARGET_TRIPLE"