aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/global_variables.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/global_variables.sh')
-rw-r--r--tests/global_variables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/global_variables.sh b/tests/global_variables.sh
index 8de1483..fac386d 100644
--- a/tests/global_variables.sh
+++ b/tests/global_variables.sh
@@ -15,7 +15,7 @@ int main() {
EOF
test_exit_code 0 <<'EOF'
-#include "../../helpers.h"
+#include <helpers.h>
int a;
int* b = &a;