From 9f32957a309f4636ef3fbccff7af2f26da32d374 Mon Sep 17 00:00:00 2001 From: Andrew Hart Date: Fri, 8 Dec 2023 15:09:46 -0500 Subject: [PATCH] The main directory now contains the CombinedConfig test vectors. --- TestBenches/TrackBuilder_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestBenches/TrackBuilder_test.cpp b/TestBenches/TrackBuilder_test.cpp index 640efd9c135..3e4a7a548d8 100644 --- a/TestBenches/TrackBuilder_test.cpp +++ b/TestBenches/TrackBuilder_test.cpp @@ -94,7 +94,7 @@ void compareStubsWithFile<0>(int &err, ifstream &fout, const int pos, const Trac int main() { - TBHelper tb(string("FT/") + module_name[MODULE_] + "/CombinedConfig"); + TBHelper tb(string("FT/") + module_name[MODULE_]); // error counts int err = 0;