diff --git a/busted/outputHandlers/gtest.lua b/busted/outputHandlers/gtest.lua index 2ba35db9..7eb5ccd3 100644 --- a/busted/outputHandlers/gtest.lua +++ b/busted/outputHandlers/gtest.lua @@ -125,7 +125,7 @@ return function(options) local getFileLine = function(element) local fileline = '' if element.trace or element.trace.short_src then - fileline = colors.cyan(element.trace.short_src) .. ' @ ' .. + fileline = colors.cyan(element.trace.short_src) .. ':' .. colors.cyan(element.trace.currentline) .. ': ' end return fileline