mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
a4d1570b48
profile-code to use the official API-calls instead of modifying Tcl's internal data-structures directly. The profile command now works again. Will try to have the change committed upstream.
15 lines
546 B
Plaintext
15 lines
546 B
Plaintext
--- tests/profile.test 2012-11-06 18:00:07.000000000 -0500
|
|
+++ tests/profile.test 2014-08-01 20:23:17.000000000 -0400
|
|
@@ -310,5 +310,4 @@
|
|
{{::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \
|
|
{{::ProcE4 ::ProcB4 ::ProcA4 <global>} 1} \
|
|
- {{::error ::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \
|
|
{{::profile <global>} 1}]
|
|
|
|
@@ -336,5 +335,4 @@
|
|
{{::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \
|
|
{{::ProcE4 ::ProcB4 ::ProcA4 <global>} 1} \
|
|
- {{::error ::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \
|
|
{{::profile <global>} 1}]
|
|
|