aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test/pgo_inl_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/test/pgo_inl_test.go')
-rw-r--r--src/cmd/compile/internal/test/pgo_inl_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/compile/internal/test/pgo_inl_test.go b/src/cmd/compile/internal/test/pgo_inl_test.go
index 7d665655d5..0859431b02 100644
--- a/src/cmd/compile/internal/test/pgo_inl_test.go
+++ b/src/cmd/compile/internal/test/pgo_inl_test.go
@@ -166,7 +166,7 @@ func TestPGOIntendedInlining(t *testing.T) {
testPGOIntendedInlining(t, dir, profFile)
}
-// TestPGOIntendedInlining tests that specific functions are inlined when PGO
+// TestPGOPreprocessInlining tests that specific functions are inlined when PGO
// is applied to the exact source that was profiled.
func TestPGOPreprocessInlining(t *testing.T) {
wd, err := os.Getwd()
@@ -187,7 +187,7 @@ func TestPGOPreprocessInlining(t *testing.T) {
testPGOIntendedInlining(t, dir, preProfFile)
}
-// TestPGOIntendedInlining tests that specific functions are inlined when PGO
+// TestPGOIntendedInliningShiftedLines tests that specific functions are inlined when PGO
// is applied to the modified source.
func TestPGOIntendedInliningShiftedLines(t *testing.T) {
wd, err := os.Getwd()