From 5f15e68bec7b3dc556a68d117d04d6e684da222b Mon Sep 17 00:00:00 2001 From: adrpo Date: Mon, 20 Jun 2016 17:33:59 +0200 Subject: [PATCH] enable back the failing test --- openmodelica/bootstrapping/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmodelica/bootstrapping/Makefile b/openmodelica/bootstrapping/Makefile index 1e52455e3..95668bb9a 100644 --- a/openmodelica/bootstrapping/Makefile +++ b/openmodelica/bootstrapping/Makefile @@ -9,6 +9,7 @@ ExpressionTest.mos \ GraphTest.mos \ HashTableTest.mos \ PriorityQueue.mos \ +PVectorTest.mos \ SimplifyTest.mos \ System.mos \ UtilTest.mos \ @@ -17,7 +18,6 @@ VectorTest.mos # test that currently fail. Move up when fixed. # Run make testfailing FAILINGTESTFILES= \ -PVectorTest.mos # Dependency files that are not .mo .mos or Makefile