From 68323b26865ec86a53237ca8974e82bf406a9716 Mon Sep 17 00:00:00 2001 From: Thomas Miedema <thomasmiedema@gmail.com> Date: Thu, 30 Jul 2015 21:57:42 +0200 Subject: [PATCH] Testsuite: array001 is working again --- tests/all.T | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/all.T b/tests/all.T index 7324fdff..4fd48442 100644 --- a/tests/all.T +++ b/tests/all.T @@ -3,7 +3,6 @@ test('T2120', normal, compile_and_run, ['']) test('largeArray', normal, compile_and_run, ['']) test('array001', [ extra_clean(['array001.data']), - expect_broken_for(10659, ['hpc', 'optasm', 'threaded2', 'dyn', 'optllvm']), ], compile_and_run, ['']) -- GitLab