From 78cf5cb514c90288fb611a7b54f0401ce399ee6e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 14 Jan 2020 08:11:50 -0800 Subject: Fix integration test for oni-cpp ‘oni-c++’ was renamed to ‘oni-cpp’ --- test/integration/oni-cpp.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration') diff --git a/test/integration/oni-cpp.bats b/test/integration/oni-cpp.bats index e8a9769..eb44d17 100644 --- a/test/integration/oni-cpp.bats +++ b/test/integration/oni-cpp.bats @@ -3,7 +3,7 @@ @test "Opening a .cpp file loads oni-c++" { run emacs -batch -l package -f package-initialize \ -visit test.cpp \ - -eval "(prin1 (featurep 'oni-c++))" + -eval "(prin1 (featurep 'oni-cpp))" echo "$output" -- cgit v1.2.3-54-g00ecf