summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/functions/functions.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/testdata/functions/functions.pro')
-rw-r--r--tests/auto/qmake/testdata/functions/functions.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmake/testdata/functions/functions.pro b/tests/auto/qmake/testdata/functions/functions.pro
index 5e089e403f..ad66ee863d 100644
--- a/tests/auto/qmake/testdata/functions/functions.pro
+++ b/tests/auto/qmake/testdata/functions/functions.pro
@@ -53,7 +53,7 @@ include( infiletest.pro, "", true )
#replace
VERSION=1.0.0
-VERSION_replaced=$$replace(VERSION,\.,_)
+VERSION_replaced=$$replace(VERSION,\\.,_)
!isEqual(VERSION_replaced, 1_0_0) {
message( "FAILED: replace function: $$VERSION_replaced" )
}