File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1094,7 +1094,7 @@ inline BENCHMARK_ALWAYS_INLINE State::StateIterator State::end() {
1094
1094
}
1095
1095
1096
1096
// Base class for user-defined multi-threading
1097
- struct BENCHMARK_EXPORT ThreadRunnerBase {
1097
+ struct ThreadRunnerBase {
1098
1098
virtual ~ThreadRunnerBase () {}
1099
1099
virtual void RunThreads (const std::function<void (int )>& fn) = 0;
1100
1100
};
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ compile_output_test(internal_threading_test)
190
190
benchmark_add_test(NAME internal_threading_test COMMAND internal_threading_test --benchmark_min_time=0.01s)
191
191
192
192
compile_output_test(manual_threading_test)
193
- add_test (NAME manual_threading_test COMMAND manual_threading_test --benchmark_min_time=0.01s)
193
+ benchmark_add_test (NAME manual_threading_test COMMAND manual_threading_test --benchmark_min_time=0.01s)
194
194
195
195
compile_output_test(report_aggregates_only_test)
196
196
benchmark_add_test(NAME report_aggregates_only_test COMMAND report_aggregates_only_test --benchmark_min_time=0.01s)
You can’t perform that action at this time.
0 commit comments